home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue47 / Construc / TDM47.dpr < prev    next >
Encoding:
Text File  |  1999-06-04  |  296 b   |  21 lines

  1. library TDM47;
  2. uses
  3.   ComServ,
  4.   TDM47_TLB in 'TDM47_TLB.pas',
  5.   TDM47Impl1 in 'TDM47Impl1.pas' {TDM47X: TActiveForm} {TDM47X: CoClass};
  6.  
  7. {$E ocx}
  8.  
  9. exports
  10.   DllGetClassObject,
  11.   DllCanUnloadNow,
  12.   DllRegisterServer,
  13.   DllUnregisterServer;
  14.  
  15. {$R *.TLB}
  16.  
  17. {$R *.RES}
  18.  
  19. begin
  20. end.
  21.